golang.org/x/net/http2.inflow.avail (field)
11 uses
golang.org/x/net/http2 (current package)
flow.go#L17: avail int32
flow.go#L23: f.avail = n
flow.go#L41: if unsent+int64(f.avail) > maxWindow {
flow.go#L45: if f.unsent < inflowMinRefresh && f.unsent < f.avail {
flow.go#L50: f.avail += f.unsent
flow.go#L58: if n > uint32(f.avail) {
flow.go#L61: f.avail -= int32(n)
flow.go#L69: if n > uint32(f1.avail) || n > uint32(f2.avail) {
flow.go#L72: f1.avail -= int32(n)
flow.go#L73: f2.avail -= int32(n)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)